IObservableVector.VectorChanged Event

Occurs when the vector changes.

Syntax

public:
event VectorChangedEventHandler<T>^ VectorChanged {
         EventRegistrationToken add (VectorChangedEventHandler<T>^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

The event handler receives an IVectorChangedEventArgs object that contains data that describes the event.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IObservableVector Generic Interface

IObservableVector Members

Windows.Foundation.Collections Namespace